Shifts the current value right by the specified number of bits.
Performs an signed (arithmetic) shift if TSelf is signed; otherwise sets the high-order bits to zero. Discards the low-order bits.
ByteN INumeric<ByteN>.RightShift(
int count
)
Private Function RightShift (
count As Integer
) As ByteN Implements INumeric(Of ByteN).RightShift
private:
virtual ByteN RightShift(
int count
) sealed = INumeric<ByteN>::RightShift
private abstract RightShift :
count : int -> ByteN
private override RightShift :
count : int -> ByteN